home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q99 / 3 / 72.TXT < prev    next >
Text File  |  1993-09-28  |  5KB  |  109 lines

  1. DOCUMENT:Q99372  24-SEP-1993  [W_NT]
  2. TITLE   :Tuning LAN Manager RAS Servers for Windows NT RAS Clients
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. --------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system version 3.1
  12. --------------------------------------------------------------------
  13.  
  14. Summary:
  15.  
  16. Windows NT Remote Access Service (RAS) is fully compatible with
  17. Microsoft LAN Manager RAS. However, some tuning may be required when
  18. connecting from a Windows NT RAS client to a LAN Manager 1.x RAS
  19. server. Windows NT uses more NetBIOS names than any other Microsoft
  20. networking client. (Windows NT uses eight NetBIOS names while LAN
  21. Manager and Windows for Workgroups use only four-five names.) Because
  22. of this, if some parameters on the LAN Manager RAS server are not
  23. modified, errors can be generated, indicating the server's name table
  24. is full or that insufficient NetBIOS sessions are available on the
  25. server.
  26.  
  27. The following file fragments are from a sample LAN Manager RAS server
  28. configuration that has been tuned for Windows NT RAS clients.
  29. Additional information on these settings can be found in the
  30. "Additional Information on LAN Manager RAS Settings" section below. 
  31.  
  32. LANMAN.INI
  33. ----------
  34.  
  35. [REMOTEACCESS]
  36. MAXNAMES = 8          ;Specifies the max. number of NetBIOS names for
  37.                       ;a single client.
  38. REMOTELISTEN = ALL    ;Remote RAS workstations to act as full peers
  39.                       ;on the LAN. Increases number NetBIOS names
  40.                       ;listened for.
  41.  
  42. PROTOCOL.INI
  43. ------------
  44.  
  45. [NETBEUI_XIF]
  46. SESSIONS = 160        ;This must be large enough to accommodate all
  47.                       ;simultaneous sessions between this server
  48.                       ;and LAN clients, this server and RAS clients,
  49.                       ;and RAS clients and other network servers.
  50. NCBS = 180
  51. NAMES = 160
  52.  
  53. [TCPIP_XIF]
  54. NBSESSIONS = 100
  55. NUMNAMES = 127        ;This is the maximum for the TCP/IP stack.
  56. ;NUMNCBS = 85         ;Commenting out NUMNCBS line lets TCP/IP stack
  57.                       ;assume the highest value possible.
  58.  
  59. These modifications represent the minimum settings for Windows NT RAS
  60. client support. If the LAN Manager server is also handling many other
  61. network clients, these values may need to be increased.
  62.  
  63. Additional Information on LAN Manager RAS Settings
  64. --------------------------------------------------
  65.  
  66. The RemoteListen parameter is one of the most important settings. It
  67. can greatly affect the resources devoted to RAS clients and
  68. effectively make RAS clients full members of the LAN. For more
  69. information on this parameter, query on the following words in the
  70. Microsoft Knowledge Base: 
  71.  
  72.    REMOTELISTEN and MESSAGES
  73.  
  74. The number of RAS ports in use at once greatly affects how you tune
  75. your LAN protocols. With more lines, you can have more sessions; with
  76. more sessions, you will need more names for each protocol. Because
  77. Windows NT RAS clients already have twice as many names as LAN Manager
  78. and Windows for Workgroups RAS clients, this issue becomes even more
  79. important. If you think you are having a problem relating to this, try
  80. stopping the messenger service. The messenger service registers
  81. NetBIOS names for your computer, login identification, and domain;
  82. disabling the messenger service will reduce your name usage by three.
  83.  
  84. Windows NT RAS servers are not affected as much by a high number of
  85. names, as their default maximum names parameter is set to 255. Also,
  86. under Windows NT, these names are stored in paged memory and do not
  87. take up system resources as severely as under LAN Manager. The only
  88. reason to reduce this number is to limit the number of names each
  89. client can use.
  90.  
  91. Additional reference words: 3.10
  92. KBCategory:
  93. KBSubCategory: NETSRV NTRMT 
  94.  
  95. =============================================================================
  96.  
  97. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  98. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  99. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  100. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  101. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  102. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  103. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  104. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  105. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  106. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  107. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  108.  
  109. Copyright Microsoft Corporation 1993.